home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000366_R_Tim_Coslet@pacbell.net_Tue Feb 12 09:08:13 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  94 lines

  1. Article: 13210 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!howland.erols.net!newsfeed.cwix.com!newscon02.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr14.news.prodigy.com.POSTED!not-for-mail
  3. User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022
  4. Subject: Re: Attribute Packet Definition?
  5. From: "R. Tim Coslet" <R_Tim_Coslet@pacbell.net>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Message-ID: <B88E00F2.2716%R_Tim_Coslet@pacbell.net>
  8. Mime-version: 1.0
  9. Content-Type: text/plain; charset="US-ASCII"
  10. Content-transfer-encoding: 7bit
  11. Lines: 73
  12. NNTP-Posting-Host: 207.214.212.221
  13. X-Complaints-To: abuse@prodigy.net
  14. X-Trace: newssvr14.news.prodigy.com 1013498280 ST000 207.214.212.221 (Tue, 12 Feb 2002 02:18:00 EST)
  15. NNTP-Posting-Date: Tue, 12 Feb 2002 02:18:00 EST
  16. Organization: Prodigy Internet http://www.prodigy.com
  17. X-UserInfo1: Q[R_@SNGAZVMR_XXKBNDM^P@VZ\LPCXLLBWLOOAF@YUDUWYAKVUOPCW[ML\JXUCKVFDYZKBMSFX^OMSAFNTINTDDMVW[X\THOPXZRVOCJTUTPC\_JSBVX\KAOTBAJBVMZTYAKMNLDI_MFDSSOLXINH__FS^\WQGHGI^C@E[A_CF\AQLDQ\BTMPLDFNVUQ_VM
  18. Date: Tue, 12 Feb 2002 07:18:00 GMT
  19. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13210
  20.  
  21. > From: "Tim Stowe"
  22. > Organization: Newshosting.com - Highest quality at a great price!
  23. > www.newshosting.com
  24. > Newsgroups: comp.protocols.kermit.misc
  25. > Date: Mon, 11 Feb 2002 11:06:02 -0500
  26. > Subject: Attribute Packet Definition?
  27. > Hi, all...
  28. > I'm trying to implement the "A" (attribute) packet, but haven't been
  29. > able to find any documentation on how it's supposed to be laid out.  Any
  30. > ideas?
  31.  
  32. The definition appears on p. 272 of "Kermit, A File Transfer Protocol"...
  33.  
  34. Each attribute consists of 3 fields:
  35.     Attribute:  1 byte ASCII ID
  36.     Length:     1 byte ASCII Length of Data offset to printable character
  37.     Data:       Length bytes ASCII Value
  38.  
  39. As many attribute fields as can fit in a packet may be sent in one packet
  40. and as many packets as needed to send all the attributes may be sent (as
  41. long as they are sent before any data packets).
  42.  
  43. There are 17 attributes defined (more might have been defined since the book
  44. was published):
  45.  
  46.     !   Length  Value sent as decimal number in K (1024 bytes)
  47.  
  48.     "   Type    Data type of file
  49.  
  50.     #   Creation Date   "[yy]yymmdd[ hh:mm[:ss]]
  51.  
  52.     $   Creator ID  ASCII string
  53.  
  54.     %   Account ID  ASCII string
  55.  
  56.     &   Area to store file  ASCII string
  57.  
  58.     '   Password    ASCII string
  59.  
  60.     (   Block Size
  61.  
  62.     )   Access  ("N"ew, "S"upersede, "W"arn, "A"ppend)
  63.  
  64.     *   Encoding    ("A"SCII, "E"BCDIC, "X" Encrypted, "H"ex, "3" for 2, "4"
  65. for 3, "Q" Huffman)
  66.  
  67.     +   Disposition
  68.  
  69.     ,   Protection Code
  70.  
  71.     -   Protection Code (World)
  72.  
  73.     .   Machine & OS of origin (Long list of available code omited)
  74.  
  75.     /   Format of the data in the packets
  76.  
  77.     0   Special system dependant parameters
  78.  
  79.     1   Exact byte count as stored on sender
  80.  
  81.  
  82. I left out alot of detail on some of the more complex attributes.
  83.  
  84. Which do you need information on (I can't imagine a Kermit that would
  85. support ALL of them).
  86.  
  87. -- 
  88.         R. Tim Coslet
  89.         r_tim_coslet@pacbell.net
  90.  
  91. Technology, n. Domesticated natural phenomena.
  92.  
  93.